java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nlogo.api.LogoException
org.nlogo.nvm.EngineException
org.nlogo.nvm.ArgumentTypeException
public class ArgumentTypeException
| Field Summary |
|---|
| Fields inherited from class org.nlogo.nvm.EngineException |
|---|
context, instruction |
| Constructor Summary | |
|---|---|
ArgumentTypeException(Context context,
Instruction problemInstr,
int badArgIndex,
int wantedType,
Object badValue)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentTypeException(Context context,
Instruction problemInstr,
int badArgIndex,
int wantedType,
Object badValue)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable